home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Express Pd: GALORE
/
Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso
/
amicus
/
amicus_#5
/
menudemo
/
rmenu.doc
< prev
next >
Wrap
Text File
|
1978-01-03
|
1KB
|
28 lines
/* menu demo: note to users AmigaLink 1/25/86 */
The program MENU-DEMO is an example on how to include menus in your
application. It consists of: 5 source files, a master include file, and
a linker WITH file that shows how to combine the files into a runnable
program. A list of these files is included below.
Each of the source code files use the master include file "standard.h".
This file can be used for all 'C' source programs that generate the
famous warning "undefined structure tag...", or "file not found...".
Note that for V1.1 of the Lattice 'C' compiler, this file need not be
used as the compiler (and the revised header files) are now capable of
finding most files with a minimum number of #includes.
CDIO.C is a general purpose console device interface. It is used in
a number of demo programs and has been used quite a bit here at Commodore.
Good luck, and if you have any problems please leave a note (by sending
EMAIL) to mailbox 'techs'.
Files: demo-link.with standard.h
demo.c init.c
menu.c cdio.c
rmenu.c
(by r. weiner)